html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  background-color: #80b527;
  font-family: "微軟正黑體";
}
body .oldBroswerWarning {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
body .boxAlert {
  background-color: #d9f6a8;
  font-size: 28px;
  width: 530px;
  text-align: center;
  border: 5px solid #80b527;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -265px;
  z-index: 99999;
  padding: 20px;
  line-height: 32px;
  display: block;
}
body .boxAlert .browserList {
  margin: 8px;
}
body .boxAlert .browserList a {
  display: block;
  color: #000;
  width: 100%;
}
body .boxAlert .browserList li {
  margin: 4px;
  float: left;
}
body #con {
  height: 180px;
}
body a {
  text-decoration: none;
}
body #top {
  height: 500px;
  background-color: #fff;
  position: relative;
}
body #top .imgTop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body #top .indexTitle {
  margin: 15px 0 0 150px;
  z-index: 1;
  position: absolute;
}
body #top .choiceTitle {
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -393px;
  margin-top: 150px;
}
body #top .rightLink {
  position: absolute;
  z-index: 2;
  margin: 10px;
  right: 0;
}
body #top .rightLink .fb_btn {
  background: url("../images/index/fb_btn.png");
  width: 31px;
  height: 33px;
  display: block;
  float: left;
  margin: 5px;
}
body #top .rightLink .back_btn {
  width: 219px;
  height: 33px;
  float: left;
  margin: 5px;
  background: url("../images/btn_1.png");
}
body #top .rightLink .back_btn2 {
  width: 166px;
  height: 33px;
  float: left;
  margin: 5px;
  background: url("../images/btn_2.png");
}
body #top .rightLink .back_btn3 {
  width: 166px;
  height: 33px;
  float: left;
  margin: 5px;
  background: url("../images/btn_3.png");
}
body #top .rightLink .back_btn4 {
  width: 116px;
  height: 33px;
  float: left;
  margin: 5px;
  background: url("../images/btn_4.png");
}
body #people {
  position: absolute;
  top: 290px;
  right: 150px;
  z-index: 111;
}
body #footer {
  position: relative;
  height: 212px;
}
body #footer .imgFooter {
  width: 100%;
  height: 100%;
}
body #footer .logo {
  position: absolute;
  bottom: 25px;
  left: 80px;
}
body #footer .logo a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
body #footer .logo a img {
  margin-right: 20px;
}
body #footer .footerInfo {
  position: relative;
  right: 20px;
  top: 15px;
}

#index #con {
  background-color: #fff;
  padding-left: 150px;
  position: relative;
}
#index #con .wrap {
  margin-top: -140px;
  display: inline-block;
}
#index #con .wrap #popUp_index {
  display: none;
}
#index #con .wrap #popUp_index.active {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -493px;
  margin-top: -250px;
}
#index #con .wrap #popUp_index.active#popUp_index {
  z-index: 1002;
}
#index #con .wrap #popUp_index #popUp_inner .closeIcon {
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
}
#index #con .wrap #popUp_index #popUp_inner .moreInfo {
  text-decoration: none;
  border-bottom: 2px solid #000;
  font-size: 18px;
  color: #000;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: absolute;
  bottom: 141px;
  left: 135px;
  font-weight: bold;
}
#index #con .wrap #popUp_index #popUp_inner .btn_game_start {
  background: url("../images/index/btn_game_start.png") no-repeat;
  width: 276px;
  height: 65px;
  display: block;
  position: absolute;
  bottom: 42px;
  left: 390px;
}
#index #con .wrap #popUp_index #popUp_inner .btn_game_start:hover {
  background-position: 0 -65px;
}
#index #con .wrap #morePop {
  display: none;
}
#index #con .wrap #morePop.active {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -493px;
  margin-top: -360px;
}
#index #con .wrap #morePop.active#morePop {
  z-index: 1003;
}
#index #con .wrap #morePop #morePop_inner .closeIcon {
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
}
#index #con .wrap #popUp_mask {
  display: none;
}
#index #con .wrap #popUp_mask.active {
  display: block;
  position: fixed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background: #000;
  z-index: 1001;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index #con .game_start {
  background: url("../images/index/gameGo_start.gif") no-repeat;
  display: block;
  width: 300px;
  height: 72px;
  margin: 15px 0 0 170px;
}
#index #con .infoBtn {
  overflow: hidden;
  margin: 20px 0;
}
#index #con .infoBtn .btn_game, #index #con .infoBtn .btn_info, #index #con .infoBtn .btn_win {
  float: left;
  display: block;
  height: 51px;
  margin: 5px;
}
#index #con .infoBtn .btn_game {
  background: url("../images/index/btn_game.png");
  width: 176px;
}
#index #con .infoBtn .btn_game:hover {
  background-position: 0 51px;
}
#index #con .infoBtn .btn_info {
  background: url("../images/index/btn_info.png");
  width: 148px;
}
#index #con .infoBtn .btn_info:hover {
  background-position: 0 51px;
}
#index #con .infoBtn .btn_win {
  background: url("../images/index/btn_win.png");
  width: 148px;
}
#index #con .infoBtn .btn_win:hover {
  background-position: 0 51px;
}

#choice #con {
  background-color: #fff;
}
#choice .pChoice {
  position: relative;
  margin-top: -220px;
  display: inline-block;
  top: 90px;
  z-index: 1;
  left: 50%;
  margin-left: -243px;
}
#choice .pChoice .p01, #choice .pChoice .p02, #choice .pChoice .p03, #choice .pChoice .p04 {
  margin: 0 10px;
  position: relative;
}
#choice .pChoice .p01 .pChoice_btn, #choice .pChoice .p02 .pChoice_btn, #choice .pChoice .p03 .pChoice_btn, #choice .pChoice .p04 .pChoice_btn {
  display: none;
  position: absolute;
  top: -60px;
}
#choice .pChoice .p01:hover .pChoice_btn {
  display: block;
}
#choice .pChoice .p02 {
  top: 29px;
}
#choice .pChoice .p02:hover .pChoice_btn {
  display: block;
}
#choice .pChoice .p03 {
  top: 46px;
}
#choice .pChoice .p03:hover .pChoice_btn {
  display: block;
}
#choice .pChoice .p04 {
  top: -14px;
}
#choice .pChoice .p04:hover .pChoice_btn {
  display: block;
}
#choice .pChoice a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

#game #con {
  background-color: #fff;
}
#game .gameMain {
  z-index: 100;
  background: url("../images/game/gameMain.png") no-repeat;
  width: 986px;
  height: 641px;
  margin-top: -435px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  left: 50%;
  margin-left: -493px;
}
#game .gameMain #throwDice {
  display: block;
  width: 140px;
  height: 160px;
  position: absolute;
  top: 320px;
  left: 135px;
  z-index: 9999999;
}
#game .gameMain img {
  position: absolute;
}
#game .gameMain #p1, #game .gameMain #p2, #game .gameMain #p3, #game .gameMain #p4 {
  display: none;
}
#game .gameMain #p1.active, #game .gameMain #p2.active, #game .gameMain #p3.active, #game .gameMain #p4.active {
  z-index: 9999;
  display: block;
  top: 50px;
  left: 20px;
}
#game .gameMain .reminder {
  position: absolute;
  top: 236px;
  left: 126px;
}
#game .gameMain .answerNum {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: absolute;
  top: 228px;
  right: 195px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
#game #qPop {
  display: none;
}
#game #qPop.active {
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #c4e68c;
  width: 735px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -367px;
  z-index: 1002;
}
#game #qPop.active#qPop {
  z-index: 1002;
}
#game #qPop #qPop_inner {
  overflow: hidden;
  padding: 20px;
}
#game #qPop #qPop_inner .ansType {
  font-size: 18px;
  color: #3e6500;
  padding: 10px 0;
}
#game #qPop #qPop_inner .question {
  line-height: 32px;
  font-size: 22px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
#game #qPop #qPop_inner .ansWrap {
  position: relative;
  overflow: hidden;
}
#game #qPop #qPop_inner .ansWrap .ansNum {
  position: absolute;
  font-size: 20px;
  top: 20px;
  left: 170px;
}
#game #qPop #qPop_inner .ansIs {
  display: block;
  overflow: hidden;
  padding: 0px 220px;
}
#game #qPop #qPop_inner .ansIs .yes, #game #qPop #qPop_inner .ansIs .no {
  margin: 0 20px;
  width: 80px;
  height: 80px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}
#game #qPop #qPop_inner .ansIs .yes:hover, #game #qPop #qPop_inner .ansIs .yes.active, #game #qPop #qPop_inner .ansIs .no:hover, #game #qPop #qPop_inner .ansIs .no.active {
  background-position: 0 -80px;
}
#game #qPop #qPop_inner .ansIs .no {
  background: url("../images/game/no.png") no-repeat;
}
#game #qPop #qPop_inner .ansIs .yes {
  background: url("../images/game/yes.png") no-repeat;
}
#game #qPop #qPop_inner .ansIs_choice {
  font-size: 22px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 32px;
}
#game #qPop #qPop_inner .ansIs_choice a {
  display: block;
  color: #000;
}
#game #qPop #qPop_inner .ansIs_choice a:hover, #game #qPop #qPop_inner .ansIs_choice a.active {
  color: #ff0000;
}
#game #qPop #qPop_inner .btn_submit {
  float: right;
  background: url("../images/game/btn_submit.png") no-repeat;
  width: 128px;
  height: 47px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#game #qPop #qPop_inner .btn_submit:hover {
  background-position: 0 -47px;
}
#game #rightPop {
  display: none;
}
#game #rightPop.active {
  display: block;
  width: 736px;
  height: 295px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -197px;
  margin-left: -367px;
  z-index: 1002;
}
#game #rightPop.active#rightPop, #game #rightPop.active #wrongPop {
  z-index: 1002;
}
#game #rightPop #rightPop_inner {
  position: relative;
}
#game #rightPop #rightPop_inner .right_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
}
#game #rightPop #rightPop_inner .right_btn .btn_quit, #game #rightPop #rightPop_inner .right_btn .btn_go {
  display: block;
  width: 128px;
  height: 46px;
  float: left;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 19px 18px 0 15px;
  padding-top: 10px;
  box-sizing: border-box;
}
#game #wrongPop {
  display: none;
}
#game #wrongPop.active {
  display: block;
  width: 736px;
  height: 295px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -197px;
  margin-left: -367px;
  z-index: 1002;
}
#game #wrongPop.active#wrongPop {
  z-index: 1002;
}
#game #wrongPop #wrongPop_inner {
  position: relative;
}
#game #wrongPop #wrongPop_inner .right_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
}
#game #wrongPop #wrongPop_inner .right_btn .btn_quit, #game #wrongPop #wrongPop_inner .right_btn .btn_go {
  display: block;
  width: 128px;
  height: 46px;
  float: left;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 30px 18px 0 15px;
}
#game #wrongPop #wrongPop_inner .wrong_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
}
#game #wrongPop #wrongPop_inner .wrong_btn .btn_quit, #game #wrongPop #wrongPop_inner .wrong_btn .btn_again {
  display: block;
  width: 128px;
  height: 46px;
  float: left;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 19px 18px 0 15px;
  padding-top: 10px;
  box-sizing: border-box;
}
#game #destiPop {
  display: none;
}
#game #destiPop.active {
  display: block;
  width: 272px;
  height: 404px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -202px;
  margin-left: -136px;
  z-index: 1002;
}
#game #destiPop.active#destiPop {
  z-index: 1002;
}
#game #destiPop #destiPop_inner {
  position: relative;
}
#game #destiPop #destiPop_inner .btn_continue {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: url("../images/game/btn_continue.png");
  width: 122px;
  height: 41px;
  position: absolute;
  bottom: 30px;
  left: 75px;
}
#game #destiPop #destiPop_inner .btn_continue:hover {
  background-position: 0 -41px;
}
#game #chancePop {
  display: none;
}
#game #chancePop.active {
  display: block;
  width: 272px;
  height: 404px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -202px;
  margin-left: -136px;
  z-index: 1002;
}
#game #chancePop.active#chancePop {
  z-index: 1002;
}
#game #chancePop #chancePop_inner {
  position: relative;
}
#game #chancePop #chancePop_inner .btn_continue {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: url("../images/game/btn_continue.png");
  width: 122px;
  height: 41px;
  position: absolute;
  bottom: 30px;
  left: 75px;
}
#game #chancePop #chancePop_inner .btn_continue:hover {
  background-position: 0 -41px;
}
#game #successPop {
  display: none;
}
#game #successPop.active {
  display: block;
  width: 604px;
  height: 603px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -301px;
  margin-left: -302px;
  z-index: 1002;
}
#game #successPop.active#successPop {
  z-index: 1002;
}
#game #successPop #successPop_inner {
  position: relative;
}
#game #successPop #successPop_inner .btn_submit {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: url("../images/game/btn_write_info.png");
  width: 276px;
  height: 60px;
  position: absolute;
  bottom: 75px;
  left: 165px;
}
#game #successPop #successPop_inner .btn_submit:hover {
  background-position: 0 -60px;
}
#game #fillupPop {
  display: none;
}
#game #fillupPop.active {
  display: block;
  width: 604px;
  height: 603px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -301px;
  margin-left: -302px;
  z-index: 1002;
}
#game #fillupPop.active#fillupPop {
  z-index: 1002;
}
#game #fillupPop #fillupPop_inner {
  position: relative;
}
#game #fillupPop #fillupPop_inner .form_wrap {
  position: absolute;
  bottom: 69px;
  left: 85px;
  font-size: 22px;
  line-height: 32px;
}
#game #fillupPop #fillupPop_inner .form_wrap .fillup_form {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 40px;
  padding: 0 50px;
}
#game #fillupPop #fillupPop_inner .form_wrap .fillup_form .fillup_txt {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}
#game #fillupPop #fillupPop_inner .form_wrap .fillup_form .fillup_input {
  display: inline-block;
  width: 220px;
  float: left;
}
#game #fillupPop #fillupPop_inner .form_wrap .fillup_form .fillup_input input {
  width: 200px;
  height: 20px;
}
#game #fillupPop #fillupPop_inner .form_wrap .fillup_check {
  margin: 10px 0px;
}
#game #fillupPop #fillupPop_inner .btn_write_info {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: url("../images/game/btn_submit2.png") no-repeat;
  width: 222px;
  height: 48px;
  position: absolute;
  bottom: 30px;
  left: 190px;
}
#game #fillupPop #fillupPop_inner .btn_write_info:hover {
  background-position: 0 -48px;
}
#game #qPop_mask {
  display: none;
}
#game #qPop_mask.active {
  display: block;
  position: fixed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: #000;
  z-index: 1001;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#winners #con {
  background: #fff;
  height: 1350px;
}
#winners #con .win_list {
  z-index: 9999;
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -500px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

#diceWrap {
  overflow: hidden;
  width: 190px;
  position: relative;
  top: 310px;
  display: inline-block;
  height: 190px;
  left: 100px;
}
#diceWrap .diceGo {
  display: inline-block;
  position: absolute;
  width: 190px;
  height: 190px;
  background: url("../images/game/dice_point.png");
  background-position: 0 0;
}
#diceWrap .diceGo.dice1 {
  background-position: 0 0;
}
#diceWrap .diceGo.dice2 {
  background-position: 0 -240px;
}
#diceWrap .diceGo.dice3 {
  background-position: 0 -480px;
}
#diceWrap .diceGo.dice4 {
  background-position: 0 -720px;
}
#diceWrap .diceGo.dice5 {
  background-position: 0 -960px;
}
#diceWrap .diceGo.dice6 {
  background-position: 0 -1200px;
}
#diceWrap .diceGo.rolling {
  background: url("../images/game/diceRolling2.gif") no-repeat 0 0;
}

body {
  font-family: '微軟正黑體';
}
